home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: Alpha / Whiteline Alpha.iso / tex / styles / stwsty / struts.sty < prev    next >
Encoding:
Text File  |  1994-09-22  |  429 b   |  12 lines

  1. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. % Unsichtbare Linien,                            %
  3. % um die Höhe von Tabellenzeilen zu beeinflussen %
  4. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5. \def\ostrutdim{3ex} \def\ustrutdim{1ex}
  6.  
  7. \def\ostrut{\vrule height \ostrutdim width 0pt \relax}
  8. \def\ustrut{\vrule width 0pt depth \ustrutdim \relax}
  9. \def\oustrut{\ostrut\ustrut}  \def\uostrut{\oustrut}
  10.  
  11. \endinput
  12.